From 2d2cca9d15370d5d53e2e057668a3313e50ac507 Mon Sep 17 00:00:00 2001 From: Anthony PERARD Date: Wed, 26 Feb 2020 17:40:06 +0100 Subject: [PATCH] xen/include: remove include of Config.mk It isn't necessary to include Config.mk here because this Makefile is only used by xen/Rules.mk which already includes Config.mk. Signed-off-by: Anthony PERARD Reviewed-by: Jan Beulich --- xen/include/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/xen/include/Makefile b/xen/include/Makefile index fde0ca0131..433bad9055 100644 --- a/xen/include/Makefile +++ b/xen/include/Makefile @@ -1,5 +1,3 @@ -include $(XEN_ROOT)/Config.mk - ifneq ($(CONFIG_COMPAT),) compat-arch-$(CONFIG_X86) := x86_32 -- 2.30.2